projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0929a
)
(comint-dynamic-list-completions): Listify the key
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 21:10:10 +0000
(21:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 21:10:10 +0000
(21:10 +0000)
sequence to be put back.
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 2e35d960d6741c53a68b6a6b8a073712ee469b5c..d8c51121de07728e297071364b457c9ad32fa124 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1991,7
+1991,7
@@
Typing SPC flushes the help buffer."
(set-window-configuration conf))
(if (eq first ?\ )
(set-window-configuration conf)
- (setq unread-command-events (
append key nil
)))))))
+ (setq unread-command-events (
listify-key-sequence key
)))))))
\f
;;; Converting process modes to use comint mode
;;; ===========================================================================